docs: Annotate GdkDeviceTool
authorEmmanuele Bassi <ebassi@gnome.org>
Tue, 1 Dec 2020 13:50:25 +0000 (13:50 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Tue, 1 Dec 2020 15:51:52 +0000 (15:51 +0000)
gdk/gdkdevicetool.h

index 1a6a90d7564e0c0226befab035429363da350354..16f5b3b30bca642a8b02b3a8ee920cb1dccb161a 100644 (file)
@@ -32,6 +32,11 @@ G_BEGIN_DECLS
 #define GDK_DEVICE_TOOL(o)      (G_TYPE_CHECK_INSTANCE_CAST ((o), GDK_TYPE_DEVICE_TOOL, GdkDeviceTool))
 #define GDK_IS_DEVICE_TOOL(o)   (G_TYPE_CHECK_INSTANCE_TYPE ((o), GDK_TYPE_DEVICE_TOOL))
 
+/**
+ * GdkDeviceTool:
+ *
+ * A physical tool associated to a #GdkDevice.
+ */
 typedef struct _GdkDeviceTool GdkDeviceTool;
 
 /**